home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Misc / DLLDef next >
Text File  |  1995-06-17  |  376b  |  33 lines

  1. ;
  2. ; cdll definition file for <name>
  3. ;
  4.  
  5. name "DeskLib.Misc"
  6.   version 1.00
  7.   author "DeskLib"
  8.  
  9. ; --- Exported symbols ---
  10.  
  11. exports
  12. {
  13.   Screen__Ref_bpp
  14.   Screen_CacheModeInfo
  15.   Screen__Ref_size
  16.   Screen__Ref_eig
  17.   Dispatch
  18.   Screen__Ref_delta
  19.   SWI
  20.   Validation_ScanString
  21.   Screen__Ref_mode
  22. }
  23.  
  24. ; --- Object files ---
  25.  
  26. objects
  27. {
  28.   o.Validation
  29.   o.Dispatch
  30.   o.SWI
  31.   o.Screen
  32. }
  33.